write sequence meaning in Chinese
写入序列
Examples
- Instructions like cas allow an algorithm to execute a read - modify - write sequence without fear of another thread modifying the variable in the meantime , because if another thread did modify the variable , the cas would detect it and fail and the algorithm could retry the operation
类似于cas的指令允许算法执行读-修改-写操作,而无需害怕其他线程同时修改变量,因为如果其他线程修改变量,那么cas会检测它(并失败) ,算法可以对该操作重新计算。 - While writes to volatile variables are guaranteed to be immediately visible to other threads , there is no way to render a read - modify - write sequence of operations atomic , meaning , for example , that a volatile variable cannot be used to reliably implement a mutex mutual exclusion lock or a counter
虽然可以保证其他变量可以立即看到对可变变量的写入,但无法呈现原子操作的读-修改-写顺序,这意味着(比如说)可变变量无法用来可靠地实现互斥(互斥锁定)或计数器。 - By theory analysis and computer simulation , dual control write sequence read medium access control protocol ( d - mac ) we bring forward works better than typical global fifo mac protocol . in order to let residential and small business customers enjoy all kinds of services that backbone network provides economically as early as possible , we design a switch hub
经过理论分析和计算机仿真,可以证明我们提出的双控制写入顺序读出媒质接入控制协议( d - mac )是一个非常有效的,比典型的globalfifomac协议具有更小的传输时延和信元时延抖动。